@charset "utf-8";
/*轮播图*/
#banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner .swiper-slide {
  position: relative;
  text-align: center;
}
.swiperBox {
  padding: 0;
}
.commonB {
  padding-right: 0;
}
#banner img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 340px;
  max-height: 340px;
  overflow: hidden;
  object-fit: fill;
  transition: all 0.6s;
}
#banner img:hover {
  transform: scale(1.1);
}
#banner h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  font-size: 16px;
  /*text-shadow: 1px 1px 1px #000;*/
  font-weight: bold;
  line-height: 42px;
  color: #fafafa;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
#banner a {
  display: block;
}
#banner .pagination {
  position: absolute;
  right: 0;
  bottom: 3px;
  z-index: 20;
  margin: 25px 0;
  text-align: center;
}
#banner .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  opacity: 0.8;
}
#banner .swiper-pagination-bullet-active {
  background: #0168b7;
}
/*专题轮播图*/
#banner1 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#banner1 .swiper-slide {
  position: relative;
  text-align: center;
}
#banner1 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 80px;
  overflow: hidden;
  object-fit: fill;
  transition: all 0.6s;
}
#banner1 img:hover {
  transform: scale(1.2);
}
#banner1 h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42px;
  font-size: 16px;
  /*text-shadow: 1px 1px 1px #000;*/
  font-weight: bold;
  line-height: 42px;
  color: #fafafa;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
}
#banner1 a {
  display: block;
}
#banner1 .pagination {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: 20;
  margin: 25px 0;
  text-align: center;
}
#banner1 .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 8px;
  opacity: 0.8;
}
#banner1 .swiper-pagination-bullet-active {
  background: #0168b7;
}
/*清除槽宽*/
#clpd {
  margin: 0 -10px;
}
/*宣传图片*/
#ztht {
  margin: 0 -10px;
}
/*清除槽宽*/
#ztzl img {
  max-height: 100px;
  overflow: hidden;
  object-fit: fill;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/*头条*/
.m-hot {
  line-height: 28px;
  padding: 0 16px;
  margin: 16px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.m-hot a {
  font-size: 20px;
  line-height: 28px;
  color: #0168b7;
  font-weight: bold;
}
/*新闻选项卡0*/
.tab-head {
  width: 100%;
  height: auto;
  padding: 3px 16px 0 0;
  overflow: hidden;
  line-height: 54px;
  border-bottom: 1px solid #ddd;
}
.tab-head .tabs {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tab-head .tabgk {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tab-head .tabzt {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tab-head ul li {
  padding: 0 7px;
  font-size: 18px;
  color: #434343;
  font-weight: bold;
  float: left;
  text-align: center;
}
.tab-head ul li a {
  color: #434343;
}
.tab-head ul li:first-child {
  margin: 0;
}
.tab-head ul li.default {
  color: #226ebc;
  border-bottom: 3px solid #0168b7;
}
.tab-head ul li.default a {
  font-weight: bold;
  color: #0168b7;
  font-size: 18px;
}
.tab-head ul li.default {
  color: #226ebc;
  border-bottom: 2px solid #0168b7;
}
.tab-head ul li.default a {
  font-weight: bold;
  color: #0168b7;
  font-size: 18px;
}
/*新闻选项卡1*/
.tab-head1 {
  height: auto;
  padding: 5px 10px;
  line-height: 54px;
  display: block;
}
.tab-head1 .tabs {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tab-head1 .tabgk {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tab-head1 .tabzt {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.tab-head1 ul li {
  width: 100%;
  line-height: 65px;
  font-size: 18px;
  color: #434343;
  font-weight: bold;
  float: left;
  text-align: center;
  background: #eeeeee;
  border-bottom: 2px solid #ffffff;
}
.tab-head1 ul li a {
  color: #434343;
  font-size: 16px;
}
.tab-head1 ul li:first-child {
  margin: 0;
}
.tab-head1 ul li.default {
  color: #FFFFFF;
  background: #0168b7;
  width: 100%;
}
.tab-head1 ul li.default a {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 16px;
}
/*公开选项卡色块*/
/*.tab-gk { width: 100%; height: auto; !*padding: 3px 16px 0 16px;*! overflow: hidden; line-height: 36px; margin-top: 12px;}
.tab-gk .gk-tab { height: auto; padding: 0; margin: 0; overflow: hidden;}
.tab-gk .gk-tab li { float: left; padding: 0 10px; font-size: 16px;  color: #666;font-weight:normal;background: #edf2f6;margin: 0 4px;}
.tab-gk .gk-tab li:first-child { margin: 0; }
.tab-gk .gk-tab li.default { color: #ffffff; background:@base-color; }
.tab-gk .gk-tab li.default a { font-weight: bold; color: #ffffff;font-weight: normal; }*/
/*服务*/
.g-2nd {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}
.g-2nd .g-ty-srt {
  overflow: hidden;
  background: #eeeeee;
}
.g-2nd #fw {
  height: 100px;
  text-align: center;
  background: url("../../images/index.files/index_fw_1.png") no-repeat center 20px #0067b6;
  float: left;
}
.g-2nd #hd {
  height: 100px;
  text-align: center;
  background: url("../../images/index.files/index_fw_2.png") no-repeat center 20px #0067b6;
  float: left;
}
.g-2nd .g-ty-slt a {
  line-height: 50px;
  color: #FFFFFF;
  padding-top: 45px;
  display: block;
  font-size: 17px;
}
.g-2nd .g-ty-srt a {
  float: left;
  text-align: center;
  display: block;
  padding: 15px 0px 15px;
}
.g-2nd .g-ty-srt li i {
  display: inline-block;
  width: 32px;
  height: 30px;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.g-2nd .g-ty-srt li p {
  line-height: 30px;
  overflow: hidden;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 8px;
}
.g-2nd .g-ty-srt li .fw1 {
  background: url("../../images/index.files/fwhd_icon.png") 3px 0px no-repeat;
}
.g-2nd .g-ty-srt li .fw2 {
  background: url("../../images/index.files/fwhd_icon.png") -76px 0px no-repeat;
}
.g-2nd .g-ty-srt li .fw3 {
  background: url("../../images/index.files/fwhd_icon.png") -164px 0px no-repeat;
}
.g-2nd .g-ty-srt li .fw4 {
  background: url("../../images/index.files/fwhd_icon.png") -244px 0px no-repeat;
}
.g-2nd .g-ty-srt li .fw5 {
  background: url("../../images/index.files/fwhd_icon.png") -333px 0px no-repeat;
}
.g-2nd .g-ty-srt li .hd1 {
  background: url("../../images/index.files/fwhd_icon.png") 1px -52px no-repeat;
}
.g-2nd .g-ty-srt li .hd2 {
  background: url("../../images/index.files/fwhd_icon.png") -76px -52px no-repeat;
}
.g-2nd .g-ty-srt li .hd3 {
  background: url("../../images/index.files/fwhd_icon.png") -165px -52px no-repeat;
}
.g-2nd .g-ty-srt li .hd4 {
  background: url("../../images/index.files/fwhd_icon.png") -249px -52px no-repeat;
}
.g-2nd .g-ty-srt li .fw6 {
  background: url("../../images/index.files/fwhd_icon.png") -333px -49px no-repeat;
}
.g-2nd .g-ty-srt li:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.g-2nd .g-ty-srt li:hover p {
  color: #0168b7;
}
/* 添加新媒体 11.21 */
.hd-list a{width: 19%;}
    .hd-list .zwxmt{width: 24%;}
    .g-2nd .g-ty-srt li .hd5{background:url("../../images/index.files/ewm-icon.png") 0px 3px no-repeat; background-size: 80%;}

/*公开选项卡字体颜色*/
.tab-gk {
  width: 100%;
  height: auto;
  /*padding: 3px 16px 0 16px;*/
  overflow: hidden;
  line-height: 36px;
  margin-top: 12px;
}
.tab-gk .gk-tab {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1;
}
.tab-gk .gk-tab li {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.tab-gk .gk-tab li a {
  color: #454545;
}
.tab-gk .gk-tab li:first-child {
  margin: 0;
}
.tab-gk .gk-tab li.default {
  font-weight: bold;
  border-bottom: solid 2px #0168b7;
}
.tab-gk .gk-tab li.default a {
  color: #0168b7;
}
/*救援选项卡*/
.tab-jy {
  width: 100%;
  height: auto;
  /*padding: 3px 16px 0 16px;*/
  overflow: hidden;
  line-height: 36px;
  margin-top: 12px;
}
.tab-jy .jy-tab {
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-bottom: solid 1px #e1e1e1;
}
.tab-jy .jy-tab li {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
}
.tab-jy .jy-tab li a {
  color: #454545;
}
.tab-jy .jy-tab li:first-child {
  margin: 0;
}
.tab-jy .jy-tab li.default {
  font-weight: bold;
  border-bottom: solid 2px #0168b7;
}
.tab-jy .jy-tab li.default a {
  color: #0168b7;
}
/*分栏*/
.m-side {
  height: auto;
  overflow: hidden;
  margin-left: -10px;
}
.m-md {
  height: auto;
  overflow: hidden;
}
.m-rside {
  height: auto;
  overflow: hidden;
  margin-right: -10px;
}
/*栏目名称title*/
.m-tnm {
  overflow: hidden;
  padding-left: 20px;
  height: 24px;
  line-height: 24px;
  margin-top: 20px;
  border-left: solid 5px #0168b7;
}
.m-tnm .u-txt {
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  float: left;
}
.m-tnm .u-txt a {
  font-size: 18px;
  color: #434343;
  height: 24px;
  line-height: 24px;
}
.m-tnm .u-m {
  line-height: 20px;
  text-align: right;
  float: right;
  padding-right: 12px;
}
.m-tnm .u-m a {
  font-size: 14px;
  color: #666666;
}
.m-hd-tnm {
  margin-top: 5px;
}
/*公开栏目样式*/
.m-btn {
  background: #f6f6f6;
  padding: 4px 0;
  height: auto;
  overflow: hidden;
}
.u-gk {
  background: #f6f6f6;
  height: 36px;
  overflow: hidden;
  margin: 0 -5px;
  line-height: 36px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.u-gk-h {
  color: #0168b7;
  font-weight: bold;
}
.u-nm4 {
  height: auto;
  overflow: hidden;
  padding: 10px 12px 0 12px;
}
.u-nm4 a {
  color: #434343;
  font-size: 18px;
  font-weight: bold;
}
/*分类*/
.m-area {
  padding: 12px 20px;
  height: auto;
  overflow: hidden;
}
.m-area .tnm {
  font-size: 16px;
  color: #0168b7;
  line-height: 24px;
  text-align: center;
}
/*左中右*/
.m-fw {
  background: #f5f5f5;
  height: 44px;
  overflow: hidden;
  margin: 5px 0;
  border: solid 1px #e5e5e5;
  text-align: left;
  line-height: 44px;
  display: block;
  font-size: 16px;
}
.fw-btn {
  background: #0168b7;
  padding: 15px;
  display: block;
  overflow: hidden;
  height: auto;
  margin-bottom: 5px;
}
.fw-btn p {
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
.fw-icon-00 {
  background: url("../../images/index.files/fw-00.png") no-repeat left center #0168b7;
  width: 43px;
  height: 43px;
  display: inline-block;
  float: left;
  margin: 0 20px;
}
.fw-icon-01 {
  background: url("../../images/index.files/fw-01.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 44px;
  float: left;
  margin-left: 6px;
}
.fw-icon-02 {
  background: url("../../images/index.files/fw-02.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 44px;
  float: left;
  margin-left: 6px;
}
.fw-icon-03 {
  background: url("../../images/index.files/fw-03.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 44px;
  float: left;
  margin-left: 6px;
}
.fw-icon-04 {
  background: url("../../images/index.files/fw-04.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 44px;
  float: left;
  margin-left: 6px;
}
.fw-icon-05 {
  background: url("../../images/index.files/fw-05.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 44px;
  float: left;
  margin-left: 6px;
}
.fw-icon-06 {
  background: url("../../images/index.files/fw-06.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 44px;
  float: left;
  margin-left: 6px;
}
.u-nm3 a {
  color: #434343;
}
/*ico*/
.m-hd {
  background: #f5f5f5;
  height: auto;
  overflow: hidden;
  margin: 5px 0;
  border: solid 1px #e5e5e5;
  text-align: left;
  line-height: 44px;
  display: block;
  padding: 4px 0;
  font-size: 16px;
}
.m-hd-01 {
  background: url("../../images/index.files/hd-01.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 36px;
  float: left;
}
.m-hd-02 {
  background: url("../../images/index.files/hd-02.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 36px;
  float: left;
}
.m-hd-03 {
  background: url("../../images/index.files/hd-03.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 36px;
  float: left;
}
.m-jy {
  background: #f5f5f5;
  height: auto;
  overflow: hidden;
  margin: 8px 0;
  border: solid 1px #e5e5e5;
  text-align: left;
  line-height: 44px;
  display: block;
  padding: 4px 0;
  font-size: 16px;
}
.m-jy-01 {
  background: url("../../images/index.files/jy-01.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 36px;
  float: left;
}
.m-jy-02 {
  background: url("../../images/index.files/jy-02.png") no-repeat center center;
  height: 44px;
  display: inline-block;
  width: 36px;
  float: left;
}
/*宣传横条限制最大高度*/
#ztzl img {
  min-height: 90px;
  max-height: 90px;
}
/*专题专栏清除槽宽*/
#zt {
  height: auto;
  overflow: hidden;
}
#zt img {
  padding: 0 10px;
  min-height: 90px;
}
/*重新定义默认swiper样式*/
.swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 100%;
  opacity: 1;
  font-size: 10px;
  text-align: center;
}
.swiper-pagination-bullet-active {
  background: #0168b7;
  font-size: 10px;
  color: #ffffff;
}
/*responsive*/
@media all and (max-width: 1196px) {
  .swiperBox {
    padding: 0 10px;
  }
  .commonB {
    padding-right: 10px;
  }
}
@media all and (max-width: 1024px) {
  .m-hot {
    padding: 4px 12px;
    margin: 0;
  }
  .m-hot a {
    font-size: 18px;
  }
  .m-lst ul {
    padding: 5px 0 8px 0;
  }
  .m-lst ul li {
    line-height: 33px;
  }
  .m-lst36 ul li {
    line-height: 34px;
  }
  .index-link .col-sm-4 {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 992px) {
  .g-2nd #fw {
    height: 50px;
    background: url(../../images/index.files/index_fw_1.png) no-repeat 44% 15px #0067b6;
  }
  .g-2nd .g-ty-slt a {
    display: inline;
  }
  .g-2nd #hd {
    height: 50px;
    background: url(../../images/index.files/index_fw_2.png) no-repeat 44% 20px #0067b6;
  }
}
@media all and (max-width: 970px) {
  .indexBox {
    padding: 0;
  }
  .g-2nd #fw {
    height: 50px;
    background: url(../../images/index.files/index_fw_1.png) no-repeat 40% 17px #0067b6;
  }
  .g-2nd .g-ty-slt a {
    line-height: 50px;
    padding-top: 0;
  }
  .g-2nd #hd {
    height: 50px;
    background: url(../../images/index.files/index_fw_2.png) no-repeat 40% 17px #0067b6;
  }
}
@media all and (max-width: 768px) {
  .m-side {
    height: auto;
    overflow: hidden;
    margin: 6px -10px;
  }
  .m-md {
    height: auto;
    overflow: hidden;
    margin: 6px -10px;
  }
  .m-rside {
    height: auto;
    overflow: hidden;
    margin: 6px -10px;
  }
  .m-lst26 {
    margin: 0 -12px;
  }
  .m-lst26 ul li {
    line-height: 32px;
  }
}
@media all and (min-width: 750px) {
  #zt img {
    max-height: 80px!important;
  }
}
@media all and (max-width: 750px) {
  .indexBox {
    padding: 0 10px;
  }
  #zt img {
    width: 100%;
    max-height: 80px!important;
    padding: 0;
  }
  #banner img {
    min-height: 210px;
    max-height: 210px;
  }
  .sec-content {
    margin: 10px 0 0 0!important;
  }
  /*logo*/
  .m-logo {
    padding: 10px 0 10px 16px;
  }
  .indexBox {
    box-shadow: none ;
  }
  .tab-head {
    padding: 3px 0 0 0;
    border-bottom: none;
  }
  .tab-head ul li {
    line-height: 2.8rem;
    color: #666;
    text-align: center;
    margin: 0;
    border: none;
    float: left;
    width: 20%!important;
  }
  .tab-head ul li a {
    position: relative;
    line-height: 3rem;
    display: inline-block;
    color: #343434;
    font-size: 12px!important;
    font-weight: bold;
  }
  .tab-head ul li.default {
    color: #226ebc;
    border-bottom: 2px solid #226ebc;
  }
  .tab-head ul li.default a {
    font-weight: bold;
    color: #226ebc;
  }
  .g-2nd #fw {
    width: 100%;
  }
  .g-2nd .g-ty-srt {
    width: 100%;
  }
  .g-2nd #hd {
    width: 100%;
  }
  .g-2nd #fw {
    height: 40px;
    background: url(../../images/index.files/index_fw_1.png) no-repeat 90px 10px #0067b6;
  }
  .g-2nd .g-ty-slt a {
    line-height: 40px!important;
    padding-left: 15px;
    padding-top: 5px;
  }
  .g-2nd #hd {
    height: 40px;
    background: url(../../images/index.files/index_fw_2.png) no-repeat 90px 12px #0067b6;
  }
  /*新闻选项卡*/
  .tab-head {
    margin-top: 12px;
  }
  .tab-head ul li {
    padding: 0 5px;
    font-size: 16px;
    width: 50%;
  }
  /*新闻区域*/
  .section {
    padding: 5px 10px;
  }
  /*横条*/
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 100%;
    opacity: 1;
    font-size: 10px;
    text-align: center;
  }
  .swiper-pagination-bullet-active {
    background: #0168b7;
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
  }
  /*栏目名称*/
  .m-tnm {
    margin-top: 10px;
  }
  .u-nm4 {
    padding: 10px 12px;
  }
  /*公开*/
  .m-area {
    padding: 12px;
  }
  /*公开选项卡*/
  .tab-gk {
    margin: 12px 0 0 0 ;
  }
  .tab-gk .gk-tab li {
    padding: 0 5px;
    margin: 0;
  }
  #gk-tab {
    padding: 5px 0;
  }
  #gk-tab .section {
    padding: 0;
  }
  /*办事*/
  .m-bs {
    height: 100px;
  }
  .ico-bs-01 {
    height: 60px;
  }
  .ico-bs-02 {
    height: 60px;
  }
  .ico-bs-03 {
    height: 60px;
  }
  .ico-bs-04 {
    height: 60px;
  }
  .ico-bs-05 {
    height: 60px;
  }
  .ico-bs-06 {
    height: 60px;
  }
  /*互动样式*/
  .m-hd {
    height: 56px;
  }
  .ico-hd-01 {
    height: 70px;
  }
  .ico-hd-02 {
    height: 70px;
  }
  .ico-hd-03 {
    height: 70px;
  }
  /*.tyfc*/
  .tyfc {
    padding: 10px 0;
  }
  /*友情链接清除颜色*/
  .g-link {
    background: none;
  }
  /*版权*/
  .wapfooter p {
    padding: 0;
  }
}
@media all and (max-width: 750px) and all and (max-width: 992px) {
  .zthtBox {
    padding: 0 20px;
  }
}
@media all and (max-width: 750px) and all and (max-width: 1196px) {
  #banner img {
    max-height: 440px;
  }
  .footer .btnlk {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=indexHuyi.css.map */

/* 添加宣传横条 */
.g-xcby{overflow: hidden;}
.g-xcby #xcht img{height: 120px;overflow: hidden;}

